From 9c67ab09522c8b4ffceda2ec029164b692570894 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Fri, 20 Mar 2026 00:35:15 +0000 Subject: [PATCH] Commit Debian 3.0 (quilt) metadata [dgit (14.11) quilt-fixup] --- debian/patches/disable-format-warnings.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/patches/disable-format-warnings.patch diff --git a/debian/patches/disable-format-warnings.patch b/debian/patches/disable-format-warnings.patch new file mode 100644 index 00000000000..1cac839a27f --- /dev/null +++ b/debian/patches/disable-format-warnings.patch @@ -0,0 +1,11 @@ +--- linux-6.19.6.orig/tools/objtool/Makefile ++++ linux-6.19.6/tools/objtool/Makefile +@@ -50,7 +50,7 @@ all: $(OBJTOOL) + WARNINGS := -Werror -Wall -Wextra -Wmissing-prototypes \ + -Wmissing-declarations -Wwrite-strings \ + -Wno-implicit-fallthrough -Wno-sign-compare \ +- -Wno-unused-parameter ++ -Wno-unused-parameter -Wno-format-security -Wno-format -Wno-format-y2k + + INCLUDES := -I$(srctree)/tools/include \ + -I$(srctree)/tools/include/uapi \ -- 2.30.2